* lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix.
authorJuri Linkov <juri@jurta.org>
Wed, 7 Sep 2011 11:46:56 +0000 (14:46 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 7 Sep 2011 11:46:56 +0000 (14:46 +0300)
lisp/ChangeLog
lisp/simple.el

index 61a34e166bd5527f5a6cc02c7cfff869a3786d67..bcddade28052350a07ec93f9c6e568d7eab88b83 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-07  Juri Linkov  <juri@jurta.org>
+
+       * simple.el (next-error-highlight, next-error-highlight-no-select):
+       Doc fix (bug#9432).
+
 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
 
        * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
index fe46e36fdac818ae59ca6c57001c93e8ea840e5b..2d4f883f1ed7387637c10292e7a40f7cb3729ff4 100644 (file)
@@ -73,7 +73,8 @@ in seconds, or until the next command is executed.
 If t, highlight the locus until the next command is executed, or until
 some other locus replaces it.
 If nil, don't highlight the locus in the source buffer.
-If `fringe-arrow', indicate the locus by the fringe arrow."
+If `fringe-arrow', indicate the locus by the fringe arrow
+indefinitely until some other locus replaces it."
   :type '(choice (number :tag "Highlight for specified time")
                  (const :tag "Semipermanent highlighting" t)
                  (const :tag "No highlighting" nil)
@@ -86,7 +87,8 @@ If `fringe-arrow', indicate the locus by the fringe arrow."
 If number, highlight the locus in `next-error' face for given time in seconds.
 If t, highlight the locus indefinitely until some other locus replaces it.
 If nil, don't highlight the locus in the source buffer.
-If `fringe-arrow', indicate the locus by the fringe arrow."
+If `fringe-arrow', indicate the locus by the fringe arrow
+indefinitely until some other locus replaces it."
   :type '(choice (number :tag "Highlight for specified time")
                  (const :tag "Semipermanent highlighting" t)
                  (const :tag "No highlighting" nil)